home *** CD-ROM | disk | FTP | other *** search
- inherited frmFileTrigger: TfrmFileTrigger
- HelpContext = 253
- Caption = 'File Trigger'
- ClientHeight = 447
- OldCreateOrder = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- inherited pnlTop: TPanel
- inherited imgTriggerImage: TImage
- Picture.Data = {<image000.ico>}
- end
- inherited memTriggerDesc: TMemo
- Lines.Strings = (
-
- 'Monitors the File System for file additions, modification, or de' +
- 'letions in the '
- 'folder(s) you specify')
- end
- end
- inherited pnlCenter: TPanel
- Height = 333
- inherited pgcControlPage: TPageControl
- Height = 323
- inherited tbsAM5Main: TTabSheet
- object lblFolder: TLabel
- Left = 24
- Top = 24
- Width = 79
- Height = 13
- Caption = '&Folder to watch:'
- FocusControl = edtFolder
- end
- object lblFileTriggerNote: TLabel
- Left = 24
- Top = 116
- Width = 425
- Height = 57
- AutoSize = False
- Caption =
- 'NOTE: If monitoring a network location, be sure to specify the ' +
- 'path in UNC format (e.g. \\servername\sharename), and that the c' +
- 'omputer account has read access to the share.'
- WordWrap = True
- end
- object edtFolder: TEdit
- Left = 24
- Top = 40
- Width = 385
- Height = 21
- TabOrder = 0
- end
- object comSelectFile: TBitBtn
- Left = 415
- Top = 40
- Width = 32
- Height = 21
- TabOrder = 1
- OnClick = comSelectFileClick
- Glyph.Data = {
- 36050000424D3605000000000000360400002800000010000000100000000100
- 0800000000000001000000000000000000000001000000010000000000000000
- 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
- A60004040400080808000C0C0C0011111100161616001C1C1C00222222002929
- 2900555555004D4D4D004242420039393900807CFF005050FF009300D600FFEC
- CC00C6D6EF00D6E7E70090A9AD000000330000006600000099000000CC000033
- 00000033330000336600003399000033CC000033FF0000660000006633000066
- 6600006699000066CC000066FF00009900000099330000996600009999000099
- CC000099FF0000CC000000CC330000CC660000CC990000CCCC0000CCFF0000FF
- 660000FF990000FFCC00330000003300330033006600330099003300CC003300
- FF00333300003333330033336600333399003333CC003333FF00336600003366
- 330033666600336699003366CC003366FF003399000033993300339966003399
- 99003399CC003399FF0033CC000033CC330033CC660033CC990033CCCC0033CC
- FF0033FF330033FF660033FF990033FFCC0033FFFF0066000000660033006600
- 6600660099006600CC006600FF00663300006633330066336600663399006633
- CC006633FF00666600006666330066666600666699006666CC00669900006699
- 330066996600669999006699CC006699FF0066CC000066CC330066CC990066CC
- CC0066CCFF0066FF000066FF330066FF990066FFCC00CC00FF00FF00CC009999
- 000099339900990099009900CC009900000099333300990066009933CC009900
- FF00996600009966330099336600996699009966CC009933FF00999933009999
- 6600999999009999CC009999FF0099CC000099CC330066CC660099CC990099CC
- CC0099CCFF0099FF000099FF330099CC660099FF990099FFCC0099FFFF00CC00
- 000099003300CC006600CC009900CC00CC0099330000CC333300CC336600CC33
- 9900CC33CC00CC33FF00CC660000CC66330099666600CC669900CC66CC009966
- FF00CC990000CC993300CC996600CC999900CC99CC00CC99FF00CCCC0000CCCC
- 3300CCCC6600CCCC9900CCCCCC00CCCCFF00CCFF0000CCFF330099FF6600CCFF
- 9900CCFFCC00CCFFFF00CC003300FF006600FF009900CC330000FF333300FF33
- 6600FF339900FF33CC00FF33FF00FF660000FF663300CC666600FF669900FF66
- CC00CC66FF00FF990000FF993300FF996600FF999900FF99CC00FF99FF00FFCC
- 0000FFCC3300FFCC6600FFCC9900FFCCCC00FFCCFF00FFFF3300CCFF6600FFFF
- 9900FFFFCC006666FF0066FF660066FFFF00FF666600FF66FF00FFFF66002100
- A5005F5F5F00777777008686860096969600CBCBCB00B2B2B200D7D7D700DDDD
- DD00E3E3E300EAEAEA00F1F1F100F8F8F800F0FBFF00A4A0A000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000000
- 000000000000EDFFFFFF30303030303030303030303000EDFFFF3030799AA09A
- A09A9A9A9A793000EDFF30F530A09AA09AA09A9A9A9A793000FF30F530A0A0A0
- A09AA09A9A9A793000ED30F530A0A09AA0A09AA09A9A9A79300030F5F530A0A0
- A09AA09AA09A9A79300030F5F53030303030303030303030000030F5A0A0A0A0
- A0A0A0A0A09A9A7930ED30F5A0A0A0A0A0A0A0A0A0A09A7930FF30F5A0A0A0A0
- A0F5303030303030FFFFFF30F5F5F5F5F530FFFFFFFFFFFFFFFFFFFF30303030
- 30FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
- end
- object chkSubDirs: TCheckBox
- Left = 24
- Top = 68
- Width = 405
- Height = 17
- Caption = 'Watch &sub folders'
- TabOrder = 2
- end
- object chkWaitForAccess: TCheckBox
- Left = 24
- Top = 90
- Width = 417
- Height = 17
- Caption = 'Wait for file to be &accessible before triggering'
- TabOrder = 3
- end
- end
- object tbsActions: TTabSheet
- Caption = 'File Actions'
- ImageIndex = 1
- object lblNumOfFiles: TLabel
- Left = 24
- Top = 104
- Width = 119
- Height = 13
- Caption = '&Number of files exceeds:'
- FocusControl = edtNumOfFiles
- end
- object lblOneFileSize: TLabel
- Left = 24
- Top = 152
- Width = 105
- Height = 13
- Caption = '&One file size exceeds:'
- FocusControl = edtOneFileSize
- end
- object lblFolderSize: TLabel
- Left = 24
- Top = 200
- Width = 98
- Height = 13
- Caption = '&Folder size exceeds:'
- FocusControl = edtFolderSizeExceeds
- end
- object lblOneFileKB: TLabel
- Left = 196
- Top = 176
- Width = 33
- Height = 13
- Caption = 'Kbytes'
- end
- object lblFolderKB: TLabel
- Left = 196
- Top = 224
- Width = 33
- Height = 13
- Caption = 'Kbytes'
- end
- object chkAdded: TCheckBox
- Left = 24
- Top = 24
- Width = 385
- Height = 17
- Caption = 'File &added'
- TabOrder = 0
- end
- object chkRemoved: TCheckBox
- Left = 24
- Top = 48
- Width = 385
- Height = 17
- Caption = 'File &removed'
- TabOrder = 1
- end
- object chkModified: TCheckBox
- Left = 24
- Top = 72
- Width = 385
- Height = 17
- Caption = 'File &modified'
- TabOrder = 2
- end
- object edtNumOfFiles: TEdit
- Left = 24
- Top = 120
- Width = 169
- Height = 21
- TabOrder = 3
- end
- object edtOneFileSize: TEdit
- Left = 24
- Top = 168
- Width = 169
- Height = 21
- TabOrder = 4
- end
- object edtFolderSizeExceeds: TEdit
- Left = 24
- Top = 216
- Width = 169
- Height = 21
- TabOrder = 5
- end
- end
- object tbsFilters: TTabSheet
- Caption = 'Filters'
- ImageIndex = 2
- object lblIncMask: TLabel
- Left = 24
- Top = 65
- Width = 66
- Height = 13
- Caption = '&Include mask:'
- FocusControl = edtIncMask
- end
- object lblExcMask: TLabel
- Left = 24
- Top = 113
- Width = 68
- Height = 13
- Caption = 'E&xclude mask:'
- FocusControl = edtExcMask
- end
- object Label1: TLabel
- Left = 24
- Top = 18
- Width = 433
- Height = 39
- AutoSize = False
- Caption =
- 'You can specify either a simple file name mask or a file name ma' +
- 'sk inside a specific folder e.g. *.txt or C:\temp\*.txt. You can' +
- ' specify multiple filters by separating them with a vertical bar' +
- ' e.g. *.txt|C:\temp\*'
- WordWrap = True
- end
- object edtIncMask: TEdit
- Left = 24
- Top = 81
- Width = 369
- Height = 21
- TabOrder = 0
- end
- object edtExcMask: TEdit
- Left = 24
- Top = 129
- Width = 369
- Height = 21
- TabOrder = 1
- end
- end
- end
- end
- inherited pnlBottom: TPanel
- Top = 416
- inherited comOk: TButton
- OnClick = comOkClick
- end
- end
- inherited popHelp: TPopupMenu
- Top = 408
- end
- end
-